Variable declarators let you define a variable by giving the variable a name. You can also assign a value to a variable when you declare it by using the Assignment operator. The following are variable declarators in Basic syntax.
Declares a variable x that can hold data of a type corresponding to the variable declarator used.
Variable declarations using Dim (Basic syntax)
Declaring array variables (Basic syntax)
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |